home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9036 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: felix.junction.net!not-for-mail
  2. From: michael@memra.com (Michael Dillon)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Object Oriented programming in C ????
  5. Date: 7 Mar 1996 10:46:40 -0800
  6. Organization: Memra Software Inc. - Internet consulting - http://www.memra.com
  7. Message-ID: <4hnaug$o1c@sidhe.memra.com>
  8. References: <4higq7$5j2@sidhe.memra.com> <4hidvhINNcen@gambier.ugrad.cs.ubc.ca> <g5john.826077889@cdf.toronto.edu>
  9. NNTP-Posting-Host: sidhe.memra.com
  10.  
  11. In article <g5john.826077889@cdf.toronto.edu>,
  12. John Orcheson <g5john@cdf.toronto.edu> wrote:
  13. >c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) writes:
  14. >
  15. >>In article <4higq7$5j2@sidhe.memra.com>,
  16. >>Michael Dillon <michael@memra.com> wrote:
  17. >>>Does anyone know of resources that explain how to write OO programs in C?
  18. >
  19. >>Try reading some textbooks and/or papers about the object oriented design
  20. >>paradigm. The C language _can_ be used to implement OO designs.  It supports
  21. >>things like modularity, abstract data types as well as polymorphism (using
  22. >>void *).
  23. >>-- 
  24. >
  25. >Hint: struct is a class without private, protected and public distinctions.
  26.  
  27. This is all pretty obvious stuff, but what I am looking for is more like a 
  28. set of guidelines or coding standards for doing OO in C, or perhaps even 
  29. a book specifically about OO in C.
  30.  
  31. I could always reinvent the wheel myself, but I'm wondering if anyone has 
  32. already gone up that path...
  33.  
  34.  
  35.  
  36. -- 
  37. Michael Dillon                                    Voice: +1-604-546-8022
  38. Memra Software Inc.                                 Fax: +1-604-546-3049
  39. http://www.memra.com                             E-mail: michael@memra.com
  40.